home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 2 / Gekikoh Dennoh Club Vol. 2 (Japan).7z / Gekikoh Dennoh Club Vol. 2 (Japan) (Track 01).bin / fsw / zm302 / zm302_l.lzh / ZMEOXWAIT.HAS < prev    next >
Text File  |  1996-03-18  |  403b  |  15 lines

  1.     .xdef    _zm_set_eox_wait
  2.  
  3.     .include    zmid.mac
  4.     .include    zm3lib.mac
  5.     .include    doscall.mac
  6.     .include    iocscall.mac
  7. *-----------------------------------------------------------------------------
  8. *    int    zm_set_eox_wait( int port,int wait );
  9. *-----------------------------------------------------------------------------
  10.  
  11. _zm_set_eox_wait:
  12.     movem.l    param1(sp),d1-d2
  13.     Z_MUSIC    #ZM_SET_EOX_WAIT
  14.     rts
  15.